home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 33 / data1.cab / Program_Executable_Files / OptimizeIt40D / ui / ServletWizard.table < prev    next >
Encoding:
Text File  |  2001-03-11  |  1.9 KB  |  39 lines

  1. /** 
  2.  * Servlet wizard configuration
  3.  */
  4.  
  5. (
  6.   {
  7.     class="Text";
  8.     title="Servlet setup";
  9.     type="HTML";
  10.     body=("This wizard will configure OptimizeIt to profile servlets.<BR>In order to be able to profile servlets directly from OptimizeIt, you need to have installed either the Java Servlet Development Kit 2.0 or 2.1 (JSDK 2.0/2.1) or the JavaServer Development Kit 1.0 (JSWDK 1.0).<BR><BR>You can either:<UL><LI>download this software from: <A href=\"http://java.sun.com/products/servlet/archive.html\">http://java.sun.com/products/servlet/archive.html</A><LI>use the version included with JBuilder 3.0, VisualCafe 4.0 or JDeveloper 2.0 if you have one of these IDEs installed.</UL><BR>Press the \"Next\" button to continue.");
  11.   },
  12.   {
  13.     class="DirectorySelection";
  14.     title="Choose directory";
  15.     helper="intuitive.optit.wizard.helper.ServletDirectorySelection";
  16.     text="Select below the drive or directory from which OptimizeIt will look for available JSDK or JSWDK.";
  17.   },
  18.   {
  19.     class="PathFinder";
  20.     title="Searching";
  21.     helper="intuitive.optit.wizard.helper.ServletPathFinder";
  22.     topLine="OptimizeIt is searching for available JSDK or JSWDK, this may take a few minutes...";
  23.     bottomLine="No jsdk/jwsdk found.";
  24.     reversible="false"; // Means we cannot go back to that view (we go directly to directory selection)
  25.   },
  26.   {
  27.     class="ListSelection";
  28.     title="Choose JSDK/JSWDK";
  29.     text="Select the JSDK or JSWDK you want to use to profile servlets from OptimizeIt."
  30.     helper="intuitive.optit.wizard.helper.ServletPathSelection";
  31.   },
  32.  {
  33.     title="Configuration successfull";
  34.     class="Text";
  35.     helper="intuitive.optit.wizard.helper.ServletFinished";
  36.     alt1ButtonVisible="false"; // Value can be false, or maybe. Default is maybe
  37.     alt2ButtonVisible="false"; // Value can be false, or maybe. Default is maybe
  38.   }
  39. )